@charset "utf-8";
/* CSS Document */
body{
	/*background-color:#ececec;*/}
	
	
	
.web .pageBody {
	/*height:2890px;*/
	/*background-image: url(../images/pageBodyBg.png);*/
}


.web .banner{ height: 700px;}
.web .banner .alpha{ height:700px; }
.web .banner .control{ top:600px;}
.focusModule.control li.focusOpen a.title{
	background-color: #1585bc;
}


.module{
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.module .wrapper{
	height: 100%;
	position: relative;
}
.web .module .titleBar{
	font-size: 27px;
	display: block;
	font-weight:normal;
	margin: auto;
	height: 50px;
	position: relative;
}

.web .module .titleBar .columnName{
	font-size: 28px;
	z-index: 10;
	position: absolute;
	left: 28px;
	top: 10px;
	font-weight: bolder;
}
.web .module .titleBar .slaveColumnName{
	font-size: 60px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 60px;
	color: #e9eaec;
	z-index: 1;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.web .module .titleBar .tips{
	position: absolute;
	left: 150px;
	top: 25px;
	font-size: 14px;
	z-index: 10;
}
.module .content{
	margin: auto;
	position: relative;
}

.mobile .module .content{
}



.web .module .titleBar{
	display: block;
	margin-top: 50px;
}




.mobile .module .titleBar .columnName{
	font-size: 16px;
	font-weight: bold;
}
.mobile .module .titleBar .slaveColumnName{
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	color: #e9eaec;
}
.mobile .module .titleBar .tips{
	display: none;
}

.mobile .module .more{
	top: 30px;
	right: 0;
}


#search{
	height: 160px;
	overflow: visible;
	z-index: 100;
	position: relative;
	
	background: none;
	border: none;
	background-color: #fff;
	box-shadow: 0px 0px 10px #999;
	max-width: 1200px;
	margin: auto;
	margin-top: -70px;
}

#search .wrapper{
	height: 160px;
}

#search .tab{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
#search .tab li{ display: inline-block;}
#search .tab .button{
	width: 150px;
	height: 40px;
	line-height: 40px;
	background-color: #eee;
	border-radius: 10px;
	margin-right: 10px;
	display: block;
	cursor: pointer;
	font-size:16px;
}
#search.searchType_1{}
#search.searchType_1 .searchType_1 .button{ color: #fff; background-color: #168ec9;}
#search.searchType_2 .searchType_2 .button{ color: #fff; background-color: #168ec9;}

#search #keyword{
	display: block;
	border: none;
	background: none;
	width: 1000px;
	height: 60px;
	border-radius: 30px;
	background-color: #eaeaea;
	position: absolute;
	left: 45px;
	top: 70px;
	color: #000;
	font-size: 36px;
	padding-left: 30px;
	outline:0px;
}
#search #searchButton{
	display: block;
	border: none;
	background: none;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #168ec9;
	position: absolute;
	right: 45px;
	top: 70px;
	background-image: url(../images/search/searchButtonBg.png);
	cursor: pointer;
	background-size: cover;
}


#search .keywordsList{
	position: absolute;
	left: 45px;
	top: 110px;
	display: none;
}
#search .keywordsList p{
	display: inline;
	margin-right: 20px;
}



.mobile #search{
	margin-top: 0;
	margin: 10px;
	height: 100px;
}
.mobile #search #keyword{
	left: 0px;
	right: 0px;
	top: 70px;
	width: auto;
	height: 30px;
	font-size: 24px;
}
.mobile #search #searchButton{
	width: 30px;
	height: 30px;
	top: 70px;
	right: 0px;
}
.mobile #search .keywordsList{
	top: 70px;
	left: 0;
	display: none;
}




.web #aboutUs{
	background-image:url(../images/aboutUsBg.png);
	height: 500px;
}
.web #aboutUs .titleBar{
}
.web #aboutUs .intro{
	color: #666;
	width: 50%;
	height: 265px;
	padding-top: 30px;
}
#aboutUs .intro p{
	text-indent: 2em;
	line-height: 30px;
}

.web #aboutUs img{
	position: absolute;
	right: 0;
	top: -40px;
}



.web #aboutUs .more{
	width: 130px;
	height: 35px;
	border-radius: 10px;
	background-color: #168ec9;
	margin: auto;
	text-align: center;
	display: block;
	font-size: 18px;
	clear: both;
	float: none;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
}









.web #products{
	background-image:url(../images/productsBg.png);
	height: 540px;
}
.web #products .titleBar{
	margin-top: 70px;
}
.web #products .titleBar .columnName{
	color: #fff;
}
.web #products .titleBar .slaveColumnName{
	color: #2e9acf;
}
.web #products .titleBar .tips{
	color: #fff;
}

.web #products .more{
	position: absolute;
	right: 0px;
	top: 100px;
	color: #fff;
	line-height: 30px;
	display: block;
	padding-right: 50px;
}


.web #products ul{
	display:flex;
	justify-content: space-between;
	padding-top: 50px;
}
.web #products li{
	width: 280px;
}
.web #products li p{
	display: none;
}
.web #products li .title{
	line-height: 3em;
	text-align: center;
	display: block;
	color: #fff;
}
.web #products li .preview{
	width: 280px;
	height: 280px;
}
.web #products li .preview img{
	width: 280px;
	height: 280px;
}












.mobile #products{
}

.mobile #products ul{
	display:flex;
	justify-content: space-between;
	flex-flow:wrap;
}
.mobile #products li{
	width: 50%;
}
.mobile #products li p{
	display: none;
}
.mobile #products li .title{
	line-height: 3em;
	text-align: center;
	display: block;
}
.mobile #products li .preview{
	width: 150px;
	height: 150px;
	display: block;
	position: relative;
	margin: auto;
}
.mobile #products li .preview img{
	width: 100%;
	height: 100%;
}








.web #news{
	background-image:url(../images/newsBg.png);
	height: 585px;
}
.web #news .titleBar{
	margin-top: 30px;
}

.web #news .more{
	position: absolute;
	right: 0px;
	top: 35px;
	line-height: 30px;
	display: block;
	padding-right: 50px;
}



.web #news .content{
	display: flex;
}


.web #recommend {
	width: 50%;
	padding-top: 40px;
}

.web #recommend .preview{
	width: 600px;
	height: 330px;
	overflow:hidden;
	display: block;
	background-color: #eee;
}
.web #recommend .preview img{
	width: 100%;
	height: auto;
}
.web #recommend .columnName{
	display: none;
}
.web #recommend .title{
	font-size: 16px;
	display: block;
	line-height: 40px;
	padding-top: 10px;
}
.web #recommend .description{
	line-height: 2em;
	padding-top: 5px;
	color: #666;
}
.web #recommend .upDateTime{
	color: #666;
}





.web #news .newsList {
	width: 50%;
	padding-top: 15px;
}

.web #news .newsList  li{
	width: auto;
	margin-left: 45px;
	height: 60px;
	line-height: 60px;
	background: none;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #d6d6d6;
	background-image: url(../images/newsListItemBg.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.web #news .newsList .title{
	position: relative;
	left: auto;
	top: auto;
	text-indent: 25px;
	font-size: 14px;
}
.web #news .newsList .description{
	display: none;
}
.web #news .newsList .upDateTime{
	position: relative;
	left: auto;
	top: auto;
	font-size: 14px;
}
















.mobile #recommend {
	width: 100%;
	background:none;
}

.mobile #recommend .preview{
	width: 100%;
	overflow:hidden;
	display: block;
}
.mobile #recommend .preview img{
	width: 100%;
	height: auto;
}
.mobile #recommend .columnName{
	display: none;
}
.mobile #recommend .title{
	font-size: 18px;
	text-align: center;
	display: block;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mobile #recommend .description{
	line-height: 2em;	
}
.mobile #recommend .upDateTime{
	display: none;
}
/*
.mobile #news .newsList {
	width: 100%;
}

.mobile #news .newsList  li{
	height:100px;
	background:none;
	border-bottom: dotted 1px #ccc;
	width: 100%;
}
.mobile #news .newsList .title{
	position:absolute;
	left:75px;
	top:20px;
	font-size: 14px;
	line-height: 2em;
}
.mobile #news .newsList .description{
	display: none;
}
.mobile #news .newsList .upDateTime{
	position:absolute;
	left:00px;
	top:15px;
	width:65px;
	height:70px;
	background-color: #b2a595;
}
.mobile #news .newsList .upDateTime .day{
	display:block;
	font-size:28px;
	color:#fff;
	line-height:45px;
	text-align:center;
}
.mobile #news .newsList .upDateTime .yearAndMonth{
	display:block;
	font-size:12px;
	color:#fff;
	line-height:15px;
	text-align:center;
}

*/
.mobile #news .newsList .upDateTime{
	display: none;
}












.web #customer{
	/*background-image:url(../images/customerBg.png);*/
	height: 400px;
}
.web #customer .titleBar{
	margin-top: 25px;
	margin-bottom: 45px;
}
.web #customer .wrapper{
	overflow: visible;
}

.web #customer ul{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.web #customer li{
	width: 180px;
	height: 160px;
}
.web #customer .preview{
	width: 100%;
	height: 130px;
	display: block;
	background-color: #fff;
	margin: auto;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #ccc;
	overflow: hidden;
}







.mobile #customer ul{
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.mobile #customer li{
	width: 100px;1
	height: 100px;
}
.mobile #customer .preview{
	width: 100%;
	height: 80px;
	display: block;
	background-color: #fff;
	margin: auto;
	border-radius: 10px;
	overflow: hidden;
	border: solid 1px #eee;
}











.web #links{}
.web #links .titleBar{ display:none;}

.web #links .content{padding-top:20px; padding-bottom:50px; line-height: 30px;}
#links .content a{margin-right:20px;}